��<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <SCRIPT language="JavaScript"> <!-- Original: Kevin Myers (kevinmyers@unforgettable.com) --> <!-- Web Site: http://www.geocities.com/SiliconValley/Bay/7554 --> <!-- Begin function AddDays(form) { DaysToAdd=document.form.DaysToAdd.value; var now=new Date(); var newdate=new Date(); var newtimems=newdate.getTime()+(DaysToAdd*24*60*60*1000); newdate.setTime(newtimems); document.form.display.value=newdate.toLocaleString(); } // End --> </SCRIPT> <meta http-equiv="Content-Type" content="text/html; charset=unicode"><style type="text/css"> <!-- body { background-color: #ddcca0; background-image: url(../img/fon/fon_00001.jpg); } --> </style></head> <body> <form name=form> <div align="left">'5@57 <input type=text name=DaysToAdd size=5 value=10> 4=59 <input type=button value="1C45B" onclick="AddDays(this.form)"> <input type=text name="display" size=16 value=""> </div> </form> </body> </html>